aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/groups/[groupId]/expenses/[expenseId]/edit/page.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Optimize docker image size (#91)Jan T2024-02-141-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move prisma to runtime dependencies * Optimize Dockerfile and build script * Fix: remove mention of generated next-env.d.ts in Dockerfile * Add missing reset.d.ts file to Dockerfile * Remove compression steps from Dockerfile and entrypoint script * Add an env file with mocked env vars added for Docker production builds * Use server actions to get runtime env vars * Refactor types and names * Rollback serverActions, use parsed Zod object for runtime env * Reintroduce featureFlags object to avoid passing secret envs to the frontend * Improve string to boolean coercion Co-authored-by: Sebastien Castiel <sebastien@castiel.me> * Run prettier autoformat * Fix type issue, rename function to match behaviour better --------- Co-authored-by: Lauri Vuorela <lauri.vuorela@gmail.com> Co-authored-by: Sebastien Castiel <sebastien@castiel.me>
* Use React’s cache to avoid some queries to the databaseSebastien Castiel2024-01-301-2/+2
|
* Upgrade Next.js to 14.1.0Sebastien Castiel2024-01-241-7/+10
|
* Ability to archive groups when they’re settled up (#45)Brandon Eng2024-01-161-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Settled up icon on group card * remove logs * archived groups * remove settled up * remove more settled up * recent-group-list-card * sortGroups * archiveGroup * unarchiveGroup * clean up * more clean up * Prettier, fix TS errors, add titles --------- Co-authored-by: Sebastien Castiel <sebastien@castiel.me>
* Assign categories to expenses (#28)Chris Johnston2024-01-111-1/+3
| | | | | | | | | | | | | * add expense categories * set category to Payment for reimbursements * Insert categories as part of the migration * Display category groups --------- Co-authored-by: Sebastien Castiel <sebastien@castiel.me>
* Revert "Use modal dialogs for expense creation & edition (#10)"Sebastien Castiel2023-12-191-0/+42
| | | | This reverts commit 1e66efe5169dfad9a0c62ba42fbf31ce977bf49e.
* Use modal dialogs for expense creation & edition (#10)Sebastien Castiel2023-12-191-42/+0
| | | | | | | | | | | * First attemps at using route interception and modals * Remove route interception * Make it work * Use Vaul on small screens * Improve vaul
* Titles and navigationSebastien Castiel2023-12-071-0/+5
|
* Delete expenseSebastien Castiel2023-12-061-1/+8
|
* Better loading behaviorSebastien Castiel2023-12-061-17/+5
|
* First versionSebastien Castiel2023-12-051-0/+42